home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / window / level < prev    next >
Text File  |  2001-03-21  |  1KB  |  28 lines

  1. Synopsis:
  2.    window level [<levels>]
  3.  
  4. Description:
  5.    This sets what type of messages are displayed in the current window.
  6.    The actual levels to display may consist of a comma-delimited list
  7.    of valid levels (see SET LASTLOG_LEVEL for a complete description).
  8.    If no level is specified, the current is displayed.
  9.  
  10.    For windows that only display certain types of information, the rest
  11.    is not actually discarded.  Rather, it will go to a window that is
  12.    set to display such information, or lacking that, the current window.
  13.    To actually hide information from the screen, see the ON command.
  14.  
  15. Examples:
  16.    To make the current window display only public and misc. messages:
  17.       /window level public,crap
  18.  
  19. See Also:
  20.    set(4) lastlog_level; window(4) lastlog_level
  21.  
  22. Other Notes:
  23.    By default, all windows start out with a LEVEL of ALL.  However, if the
  24.    PHONE #define was enabled (in config.h) at compile time, this default
  25.    is NONE.  The string returned by evaluating $info(o) will contain a 'p'
  26.    if PHONE was enabled.
  27.  
  28.